home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / filtedit.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.4 KB  |  82 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'FiltEdit.pas' rev: 3.00
  6.  
  7. #ifndef FiltEditHPP
  8. #define FiltEditHPP
  9. #include <ExtCtrls.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Grids.hpp>
  12. #include <DsgnIntf.hpp>
  13. #include <Buttons.hpp>
  14. #include <Tabs.hpp>
  15. #include <Controls.hpp>
  16. #include <Forms.hpp>
  17. #include <Graphics.hpp>
  18. #include <Classes.hpp>
  19. #include <Messages.hpp>
  20. #include <Windows.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Filtedit
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TFilterEditor;
  30. class PASCALIMPLEMENTATION TFilterEditor : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Extctrls::TBevel* Bevel1;
  36.     Stdctrls::TButton* OKButton;
  37.     Stdctrls::TButton* CancelButton;
  38.     Stdctrls::TButton* HelpButton;
  39.     void __fastcall FormCreate(System::TObject* Sender);
  40.     void __fastcall HelpBtnClick(System::TObject* Sender);
  41.     
  42. private:
  43.     void __fastcall SetFilter(System::AnsiString Value);
  44.     System::AnsiString __fastcall GetFilter(void);
  45. public:
  46.     /* TCustomForm.Create */ __fastcall virtual TFilterEditor(Classes::TComponent* AOwner) : Forms::TForm(
  47.         AOwner) { }
  48.     /* TCustomForm.CreateNew */ __fastcall TFilterEditor(Classes::TComponent* AOwner, int Dummy) : Forms::
  49.         TForm(AOwner, Dummy) { }
  50.     /* TCustomForm.Destroy */ __fastcall virtual ~TFilterEditor(void) { }
  51.     
  52. public:
  53.     /* TWinControl.CreateParented */ __fastcall TFilterEditor(HWND ParentWindow) : Forms::TForm(ParentWindow
  54.         ) { }
  55.     
  56. };
  57.  
  58. class DELPHICLASS TFilterProperty;
  59. class PASCALIMPLEMENTATION TFilterProperty : public Dsgnintf::TStringProperty 
  60. {
  61.     typedef Dsgnintf::TStringProperty inherited;
  62.     
  63. public:
  64.     virtual void __fastcall Edit(void);
  65.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  66. public:
  67.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TFilterProperty(void) { }
  68.     
  69. public:
  70.     /* TObject.Create */ __fastcall TFilterProperty(void) : Dsgnintf::TStringProperty() { }
  71.     
  72. };
  73.  
  74. //-- var, const, procedure ---------------------------------------------------
  75.  
  76. }    /* namespace Filtedit */
  77. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  78. using namespace Filtedit;
  79. #endif
  80. //-- end unit ----------------------------------------------------------------
  81. #endif    // FiltEdit
  82.